Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

WatershedCommand Constructor(LeadPoint[])








Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.
Initializes a new WatershedCommand class object.
Syntax
public WatershedCommand( 
   LeadPoint[] pointsArray
)
'Declaration
 
Public Function New( _
   ByVal pointsArray() As LeadPoint _
)
'Usage
 
Dim pointsArray() As LeadPoint
 
Dim instance As New WatershedCommand(pointsArray)
public WatershedCommand( 
   LeadPoint[] pointsArray
)
- (instancetype)init
public WatershedCommand()
function WatershedCommand( 
   pointsArray 
)
public:
WatershedCommand( 
   array<LeadPoint>^ pointsArray
)

Parameters

pointsArray
Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.
Example
Refer to the WatershedCommand example.
Requirements

Target Platforms

See Also

Reference

WatershedCommand Class
WatershedCommand Members
Overload List

Error processing SSI file